Eclipse Platform
Pre-release 3.0

Uses of Interface
org.eclipse.core.resources.IWorkspaceRunnable

Packages that use IWorkspaceRunnable
org.eclipse.core.resources Provides basic support for managing a workspace and its resources. 
 

Uses of IWorkspaceRunnable in org.eclipse.core.resources
 

Methods in org.eclipse.core.resources with parameters of type IWorkspaceRunnable
 void IWorkspace.run(IWorkspaceRunnable action, ISchedulingRule rule, int flags, IProgressMonitor monitor)
          Runs the given action as an atomic workspace operation.
 void IWorkspace.run(IWorkspaceRunnable action, ISchedulingRule rule, IProgressMonitor monitor)
          Deprecated. Use run(IWorkspaceRunnable, ISchedulingRule, int, IProgressMonitor). This method will be removed before the 3.0 release.
 void IWorkspace.run(IWorkspaceRunnable action, IProgressMonitor monitor)
          Runs the given action as an atomic workspace operation.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.